Initializes a new instance of the SlimMemoryStream class.
The initial data used to populate the stream.
Value indicating whether the stream should be writable.
If writable is true, a copy of initialData is made; otherwise, the SlimMemoryStream will reference initialData directly.